home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pcv05n11.zip / TODAYS.DOC < prev    next >
Text File  |  1993-06-02  |  1KB  |  26 lines

  1. TODAYS.DOC                November 1992             David Rygmyr
  2. ----------------------------------------------------------------
  3. Purpose:       Fast File Finder for Mobile PC
  4.  
  5. Usage:         QBASIC /RUN TODAY.BAS
  6.  
  7. Remarks:       This program requires the QBASIC Runtime module,
  8.             which should be located in your \DOS directory.
  9.  
  10.             Refer to the article on page 390 if you wish
  11.             to customize the BAS file listing for other
  12.             drives or directories to search or to write
  13.             to.
  14.  
  15.             TODAY.BAS searches all your subdirectories on
  16.             specified drives for any files with specific
  17.             extensions and the current date -- in effect,
  18.             it rounds up any file you've edited or created
  19.             that day. As it finds files, it asks whether you
  20.             want them copied to the floppy drive and prompts
  21.             you for a Y or N answer. A Y response first
  22.             copies the named file to the root directory or
  23.             your floppy disk and then moves on to find
  24.             others.  A N response restarts the search for
  25.             more recently created or edited files.
  26.